-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rubrik] Enable TSDB #12917
[rubrik] Enable TSDB #12917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that since the dimensions were set in previous PRs, thorough testing has already been conducted to ensure no document drop, and this PR is simply enabling time series.
Co-authored-by: Richa Talwar <[email protected]>
Co-authored-by: Richa Talwar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the pipeline failures; everything else LGTM!
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @gpop63 |
|
Package rubrik - 0.8.0 containing this change is available at https://epr.elastic.co/package/rubrik/0.8.0/ |
Overview
This PR enables:
removes the set for@timestamp
in thenode_statistics
data stream because the time can fall outside the range of the indices resulting in documents being dropped.@timestamp
. Instead, we will send a time range interval to the GraphQL query, which will get the data for the previous hour every hour. This ensures we are always staying in the indices' start and end times and avoiding the issue with timestamp out of range.TSDB test
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots